home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-05-23 | 1.2 KB | 39 lines | [TEXT/MPS ] |
- /*
- File: QTIC.r
-
- Contains: QuickTime Image Capture interfaces
-
- Version: Technology:
- Release: QTIC 1.0 interfaces
-
- Copyright: © 1996-1997 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@apple.com
-
- */
-
- /* ------------------------------------------------------------------------- */
-
- #define MACINTOSH
-
- /* ------------------------------------------------------------------------- */
-
- #ifndef __QTICREZ__
- #define __QTICREZ__
-
- /* ------------------------------------------------------------------------- */
-
- #define kQTICP_MainPanelFlag 0x800000 /* Used to identify main panels. */
- #define kQTICP_PrefsPanelFlag 0x400000 /* Used to identify preferences panels. */
- #define kQTICP_ShowHidePanelFlag 0x200000 /* Used to identify panels that will have show and hide. */
-
- #define kQTICP_NeedsNewMenuFlag 0x008000 /* Used to identify panels that can be put into New menu. */
- #define kQTICP_OpenAtStartupFlag 0x004000 /* Used to identify panels that can be put into New menu. */
-
- /* ------------------------------------------------------------------------- */
-
- #endif /* __QTICREZ__ */
-